home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Misc / GMS / GMSDev / Includes / proto / dpkernel_local.h next >
Encoding:
C/C++ Source or Header  |  1997-12-14  |  479 b   |  21 lines

  1. #ifndef PROTO_DPKERNEL_H
  2. #define PROTO_DPKERNEL_H
  3.  
  4. void *BLTBase = 0;
  5. void *DPKBase = 0;
  6. void *SCRBase = 0;
  7. void *SNDBase = 0;
  8.  
  9. struct Module *BLTModule = 0;
  10. struct Module *SCRModule = 0;
  11. struct Module *SNDModule = 0;
  12.  
  13. #include <clib/dpkernel_protos.h>
  14. #include <pragmas/dpkernel_pragmas.h>
  15. #include <pragmas/dpkernel_extras.h>
  16. #include <pragmas/blitter_pragmas.h>
  17. #include <pragmas/screens_pragmas.h>
  18. #include <pragmas/sound_pragmas.h>
  19. #include <pragmas/files_pragmas.h>
  20. #endif
  21.